libxenlight: fix multiple xenstore watches problem
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 2 Dec 2009 18:42:36 +0000 (18:42 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 2 Dec 2009 18:42:36 +0000 (18:42 +0000)
commit55a64741b6cdb6e2d49a4666dbae8c28951a21fe
treec41bbb86682700952ae9ee06a25a3f8f439ced6b
parent18ba65e5f893ba7070ddd6372c2293a185c35a8d
libxenlight: fix multiple xenstore watches problem

this patch fixes the multiple xenstore watches problem in libxenlight
opening a new xenstore connection to set and read temporary watches on
the device state nodes.  This way they don't interfere with other long
running watches.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/libxl_device.c